home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / pressgen / srout1.exe / SROUT1.TXT < prev   
Text File  |  1993-11-08  |  13KB  |  274 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Source Routing files
  5. DOCUMENT ID:        TID013954
  6. DOCUMENT REVISION:  A
  7. DATE:               05NOV93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         SROUT1.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Pre 3.11 and 2.2
  14. NetWare 2.2
  15. NetWare 3.11
  16. NetWare 3.12
  17. NetWare 4.01
  18.  
  19. ABSTRACT:
  20.  
  21. The files contained are for implementing the ability for Novell servers,
  22. routers, and DOS, Windows, OS2, TCPIP clients to SOURCE ROUTE their frames on
  23. FDDI, Token-Ring, and PCNET networks.  These files include the ability to
  24. handle up to 13 Source Routing Bridge hops as specified in the new IEEE SRT
  25. specification.
  26.  
  27. ──────────────────────────────────────────────────────────────────────────────
  28. DISCLAIMER
  29. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  30. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  31. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  32. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  33. ──────────────────────────────────────────────────────────────────────────────
  34.  
  35. SYMPTOM
  36.  
  37.      Incorrect Source Routing
  38.  
  39. SOLUTION
  40.  
  41.      Apply SROUT1.EXE.
  42.  
  43.      Self-Extracting File Name:  SROUT1.EXE     Revision:  A
  44.  
  45.      Files Included    Size      Date      Time     Version
  46.  
  47.      \
  48.        SROUT1.TXT            (This File)
  49.         ROUTE.NLM       5021   09-14-93    1:15p   4.04
  50.         ROUTE.COM       4882   05-11-93    8:59a   2.10
  51.         ROUTE.SYS      45440   08-12-93   10:58a   4.11
  52.         ROUTE.VP0       3896   11-04-93   10:50a   1.10
  53.      SRCONFIG.COM       5396   07-08-92    2:21p   2.00
  54.  
  55.      Installation Instructions:
  56.  
  57.      ROUTE.COM - NetWare Source Routing Driver v2.10 (930511) for DOS Clients.
  58.      All command line parameters (can be executed from AUTOEXEC.BAT) are
  59.      described below:
  60.  
  61.      ROUTE          U,BOARD=dd,CLEAR,DEF,GBR,HOPS=dd,MBR,NODES=dd,
  62.                     TIME=ss,TRA=dd,TRO=dd
  63.  
  64.      ?              Gives a help display of all ROUTE.COM syntax if ROUTE.COM
  65.                     has not been loaded.  If ROUTE.COM has already been
  66.                     loaded, the source routing table is dumped to the screen
  67.                     or can be redirected to a file.
  68.  
  69.      U              Unload a previously installed Source Router (ROUTE.COM)
  70.                     from memory.
  71.  
  72.      BOARD=dd       A DECIMAL board number as assigned by ODI.  This parameter
  73.                     is only for use with ODI drivers.  Do  not use this
  74.                     parameter if you are using dedicated IPX Drivers.
  75.  
  76.      CLEAR          CLEAR ALL Nodes from a previously loaded Source Router. 
  77.                     This clears an existing source routing table of all
  78.                     entries.
  79.  
  80.      DEF            Send DEFault (Unknown) Node Addresses ALL ROUTES
  81.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  82.                     Broadcast is assumed.
  83.  
  84.      GBR            Send Broadcast (FFFF FFFF FFFF) Addresses ALL  ROUTES
  85.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  86.                     Broadcast is assumed.
  87.  
  88.      HOPS=dd        A DECIMAL number specifying the number of bridge hops to
  89.                     configure.  The DEFAULT is 07, and the MAXIMUM is 13; the
  90.                     minimum is 01.  This parameter adjusts the size of the
  91.                     source routing table to allow up to 13 source routing
  92.                     bridge hops per table entry.  If "0" is specified, the
  93.                     default of 07 is used.  To conserve memory, this number
  94.                     should be set as low as possible while still allowing for
  95.                     the maximum number of bridge hops possible on the network.
  96.  
  97.      MBR            Send MultiCast (C000 xxxx xxxx) Addresses ALL ROUTES
  98.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  99.                     Broadcast is assumed.
  100.  
  101.      NODES=dd       A DECIMAL number of NODE Addresses to support.  The
  102.                     DEFAULT is 16, and the MAXIMUM is 1000.  If the value less
  103.                     than 08, then 08 is used.
  104.  
  105.      TIME=ss        A DECIMAL number specifying the number of seconds to wait
  106.                     before a known route is timed out.  The  DEFAULT is 10,
  107.                     and the MAXIMUM is 255.  On receives, a timed out route
  108.                     will be updated.  On transmits, the timed out route will
  109.                     not be used; however, the frame will be sent according to
  110.                     the "DEF" parameter noted above.
  111.  
  112.      TRA=dd         A DECIMAL number specifying a THIS RING ALTERNATE count
  113.                     for Broadcasts.  The Source Router will alternate between
  114.                     SOURCE ROUTED and NON-SOURCE ROUTED broadcasts.  The
  115.                     DEFAULT is 00, and the MAXIMUM is 255.
  116.  
  117.                     Example:  If TRA=2 is used, and the IPX Retry Count is 20,
  118.                     then the first two retries would not be source routed.  If
  119.                     no response to these broadcasts is received, the next two
  120.                     retries would be source routed.  Each pair of retries
  121.                     alternates back and forth from non-source-routed to source
  122.                     routed until all IPX Retries are exhausted.  Note:  The
  123.                     TRA value must be less than the IPX retry count.
  124.  
  125.      TRO=dd         A DECIMAL number specifying a THIS RING ONLY count for
  126.                     Broadcasts.  The DEFAULT is 00, and the MAXIMUM is 255.
  127.  
  128.      All of the above ROUTE.COM parameters are optional, are not case
  129.      sensitive, and may be entered in any order.  They may be used to SET the
  130.      source router (ROUTE.COM) that is being loaded, or CHANGE the
  131.      configuration of a previously loaded source router (ROUTE.COM).  All of
  132.      these parameter defaults may be changed by SRCONFIG.COM.
  133.  
  134.      ROUTE.VP0 - Novell 286 OS Source Routing VAP 1.10 (931104).  Use
  135.      SRCONFIG.COM to configure the source routing VAP.  Each route table entry
  136.      supports up to 13 source routing bridge hops by default.  There is a
  137.      maximum of 250 table entries.  NetWare console commands for ROUTE.VP0
  138.      appear below:
  139.  
  140.      ROUTE          BOARD=n,CLEAR,DEF,GBR,MBR,REMOVE=xxxxxxxxxxxx,RSP=rr,
  141.                     TIME=ss
  142.  
  143.      BOARD=n        n is the LAN Driver Board: A, B, C, or D.  If NOT entered,
  144.                     BOARD=A is ASSUMED.
  145.  
  146.      CLEAR          CLEAR ALL Nodes from a previously loaded Source Router.
  147.  
  148.      DEF            Send DEFault (Unknown) Node Addresses ALL ROUTES 
  149.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  150.                     Broadcast is assumed.
  151.  
  152.      GBR            Send Broadcast (FFFF FFFF FFFF) Addresses ALL ROUTES
  153.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  154.                     Broadcast is assumed.
  155.  
  156.      MBR            Send MultiCast (C000 xxxx xxxx) Addresses ALL ROUTES
  157.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  158.                     Broadcast is assumed.
  159.  
  160.      REMOVE=xx      xx is A HEXADECIMAL NODE Address to REMOVE from a
  161.                     previously loaded Source Router.  If less than 09
  162.                     hexadecimal digits are entered, then 4000 xxxx xxxx is
  163.                     assumed.  Example:  ROUTE REMOVE=10005A123456 will delete
  164.                     node 10005A123456 from the source routing table maintained
  165.                     by ROUTE.VP0.
  166.  
  167.      RSP=AR         Respond to Broadcast Requests through ALL ROUTES
  168.                     Broadcast.
  169.  
  170.      RSP=SR         Respond to Broadcast Requests through SINGLE ROUTE
  171.                     Broadcast.
  172.  
  173.      RSP=NR         Respond DIRECTLY to a Broadcast Request.  This is the
  174.                     DEFAULT.
  175.  
  176.      TIME=ss        ss is the number of SECONDS that the Source Router should
  177.                     wait before updating its Source Routing Table.  The
  178.                     DEFAULT is 03 seconds.
  179.  
  180.      All parameters are separated by commas or blanks, are optional, are not
  181.      case sensitive, and may be entered in any order at the 286 console
  182.      prompt.  All parameter defaults may be changed by SRCONFIG.COM.
  183.  
  184.      SRCONFIG.COM - Novell Source Routing Configuration Utility 2.00 (920708)
  185.      has been updated to configure the new features in ROUTE.COM. 
  186.      SRCONFIG.COM will change the default parameters of ROUTE.VP0 and
  187.      ROUTE.COM only.
  188.  
  189.      ROUTE.NLM - Novell Source Routing NLM 4.04.  It works with NetWare 3.x
  190.      and 4.x file servers and routers and bridges.  It has been updated to
  191.      comply with the new SRT Bridging standard where up to 13 SRT bridge hops
  192.      can take place on a network.  The source routing table built and
  193.      maintained by route.nlm is now increased from 18 bytes to 30 bytes per
  194.      table entry.  This is not configurable.  There is no limit to the number
  195.      of route table entries that can be maintained by ROUTE.NLM.  The number
  196.      of table entries is limited only by the amount of RAM present in the
  197.      NetWare 386 file server.
  198.  
  199.      Valid parameters for ROUTE.NLM 4.04 are the following:
  200.  
  201.      LOAD           [d:]ROUTE BOARD=dd,CLEAR,DEF,GBR,MBR,
  202.                     REMOVE=xxxxxxxxxxxx,RSP=rr,TIME=ss
  203.  
  204.      BOARD=dd       dd is a DECIMAL board number as assigned by the System. 
  205.                     If this parameter is not entered, BOARD=1 is ASSUMED.
  206.  
  207.      CLEAR          CLEAR ALL Nodes from a previously loaded Source Router.
  208.  
  209.      DEF            Send DEFault (Unknown) Node Addresses ALL ROUTES
  210.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  211.                     Broadcast is assumed.
  212.  
  213.      GBR            Send Broadcast (FFFF FFFF FFFF) Addresses ALL ROUTES
  214.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  215.                     Broadcast is assumed.
  216.  
  217.      MBR            Send MultiCast (C000 xxxx xxxx) Addresses ALL ROUTE
  218.                     Broadcast.  If this parameter is not entered, SINGLE ROUTE
  219.                     Broadcast is assumed.
  220.  
  221.      REMOVE=xx      xx is a HEXADECIMAL NODE Address to REMOVE from a
  222.                     previously loaded Source Router.  If less than 09
  223.                     hexadecimal digits are entered, then 4000 xxxx xxxx is
  224.                     assumed.
  225.  
  226.      RSP=AR         Respond to Broadcast Requests through ALL ROUTES
  227.                     Broadcast.
  228.  
  229.      RSP=SR         Respond to Broadcast Requests through SINGLE ROUTE
  230.                     Broadcast.
  231.  
  232.      RSP=NR         Respond DIRECTLY to a Broadcast Request.  This is the
  233.                     DEFAULT for the RSP parameter.
  234.  
  235.      TIME=ss        ss is the number of SECONDS that the Source Router should
  236.                     wait before updating its Source Routing Table.  The
  237.                     DEFAULT is 03 seconds.
  238.  
  239.      All ROUTE.NLM parameters are optional, are not case sensitive, and may be
  240.      entered in any order. They may be used to SET the Source Router that is
  241.      being loaded, or CHANGE the configuration of a previously loaded source
  242.      router.
  243.  
  244.      ROUTE.SYS - NetWare for OS/2  4.11 (930812) Source Routing Support
  245.      driver.  The syntax for ROUTE.SYS must appear in the NET.CFG file.  The
  246.      syntax is as follows:
  247.  
  248.                protocol route
  249.                       source route def gbr mbr nodes n board n
  250.  
  251.      def            When def is specified, frames with an unknown  destination
  252.                     node address are sent "all routes."  If def is not
  253.                     specified, the default is "single routes."
  254.  
  255.      gbr            When gbr is specified, broadcast frames are sent "all
  256.                     routes."  If gbr is not specified, then broadcast frames
  257.                     are sent "single routes," which is the default.
  258.  
  259.      mbr            When mbr is specified, multicast (or functional) frames
  260.                     are sent "all routes."  If mbr is not specified, then
  261.                     multicast (functional) frames are sent "single routes."
  262.  
  263.      nodes n        n specifies the number of route table entries allowed in
  264.                     the route table maintained by ROUTE.SYS.  n is a decimal
  265.                     number from 8 to 255.  The default is 16.
  266.  
  267.      board n        n is the logical board number of the board performing the
  268.                     source routing.
  269.  
  270.  
  271.  
  272.  
  273.  
  274.